home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
pascal
/
ptrp10.zip
/
TEST5.TRP
< prev
next >
Wrap
Text File
|
1994-05-17
|
229b
|
12 lines
procedure main
local
v : integer;
endvar
v := 15;
if (v > 5)
writeln("Bigger than 5")
else
writeln("<= 5")
endif
endproc